home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / abra / abra.exe / 0 / RCDATA / TRENFORM / TRENFORM.txt < prev   
Text File  |  1998-05-17  |  1KB  |  59 lines

  1. object Renform: TRenform
  2.   Left = 461
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Rename file'
  7.   ClientHeight = 103
  8.   ClientWidth = 241
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 18
  20.     Top = 10
  21.     Width = 95
  22.     Height = 13
  23.     Caption = 'Enter new name for:'
  24.     Font.Charset = RUSSIAN_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 18
  33.     Top = 30
  34.     Width = 209
  35.     Height = 21
  36.     TabOrder = 0
  37.     Text = 'Edit1'
  38.   end
  39.   object Button1: TButton
  40.     Left = 46
  41.     Top = 62
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 126
  50.     Top = 62
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Cancel'
  54.     Default = True
  55.     TabOrder = 2
  56.     OnClick = Button2Click
  57.   end
  58. end
  59.